﻿@import url("border.css");
@import url("widget.css");
a{
  color:#464646;
  text-decoration:none;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}

body {
  	background:url(bg.jpg) no-repeat;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
	line-height: 180%;
	margin:0;
  	padding-top:15px;
}
#AllWrap{
	width:960px; 
	margin:0 auto;
}
#Top{
	width:960px;
    margin:0 auto;
}
#Logo{
	float:left;
    margin:0 0 0 10px;
    z-index:5;
}
#TopLinks{
	float:right;
    margin:0 15px 15px 0;
    text-align:right;
}
#TopLinks div{
  display:inline;
}
#TopLinks .fmenu, #TopLinks .fmenu div{
  display:block;
}
#TopBar{
  	clear:both;
	 background:#238608 repeat-X;
    height:42px;
    margin-bottom:18px;
}

																					
/*=主菜单
=============================================================================================*/
#Menu{
    font-family:"微软雅黑", "Helvetica", Tahoma;
    padding:0 5px;
    overflow:hidden;
    text-align:center;
    height:42px;
    z-index:9;
}
#Menu ul{
}
#Menu li{
	font-weight:bold;
    font-size:14px;
    width:108px;
    height:53px;
    text-align:center;
    line-height:45px;
  	display:inline-block;
    display:-moz-inline-block;
    *display:inline;
    zoom:1;
    margin-right:1px;
}
#Menu li a{
	color:#FFFFFF;
	FONT-SIZE: 15PX;
}

/*=搜索
=============================================================================================*/
#SearchWrap{
  	width:630px;
    margin:0 auto;
    height:26px;
    line-height:26px;
    background:url(search.gif) no-repeat 0 4px;
}

/*=显示底部区域
=============================================================================================*/
#Foot{
	width:960px;
	margin:0 auto;
	margin-top:30px;
}
#FootLinks{
   margin-bottom:20px;
   padding:0 60px 10px 80px;
   border:1px solid #e9e9e9;
   background:url(footlinks.gif) repeat-x;
   min-height:26px;
   zoom:1;
}
#FootLinks .TreeList{
	float:left;
    width:20%;
}
#FootLinks .TreeList .cat1{
	font-weight:bold;
    color:#656565;
    padding:3px 0 10px;
}
#FootLinks .TreeList .cat2{
	background:url(arrs.gif) no-repeat 0 -22px;
    margin-left:0;
    padding:0 0 0 13px;
}

#FootMenu{
   margin:5px 0;
   color:#cccccc;
}
#FootMenu .menu a{
   color:#464646;
}
#FootMenu .TreeList{
	overflow:hidden;
    text-align:center;
}
#FootMenu .TreeList div{
	font-weight:normal;
	display:inline;
	padding:0 10px;
	border-right:1px solid #CCCCCC;
}
#Copyright *{
	text-align:center;
}
.cut{
	overflow:hidden;
}